home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk48 / 3d-icons / prefs.doc < prev    next >
Text File  |  1995-03-18  |  1KB  |  42 lines

  1. Prefs - a utility for the fun of it!
  2.  
  3. I wrote this thing in response to the C program 'SetPrefs', which a friend
  4. of mine downloaded from People Link.
  5.  
  6. Prefs will perform the same function as SetPrefs, but will also allow you
  7. to save your current preferences to a file on disk.  Another feature is
  8. that Prefs will allow you to save and load JUST the pointer, which is what
  9. most people want a program like this for, anyway!
  10.  
  11. Think about it...if you load a whole preferences file that you got off of a
  12. bulletin board, all of a sudden your WB colors have been changed, your
  13. screen may (or may not) have moved, and you might have to go into
  14. preferences anyway to tell the current preferences what printer you have
  15. hooked up!
  16.  
  17. Oh, well.  The syntax for Prefs is:
  18.  
  19.     Prefs <filename>        -load a preferences file, just like
  20.                      SetPrefs.
  21.  
  22.     Prefs -s <filename>        -save your current preferences to a
  23.                      disk file.
  24.  
  25.     Prefs <filename>.p        -load a pointer file
  26.  
  27.     Prefs -s <filename>.p        -save your pointer to a disk file
  28.  
  29. Now, the more astute among you may have noticed the difference between
  30. regular preferences files, and pointer files.  The difference is that
  31. pointer files end with a '.p' extension.  That's all there is to it.
  32.  
  33. Hope someone can use this...
  34.  
  35. Copyright © 1987 by Limited Reality, Inc.
  36.  
  37.     James Cooper Jr.
  38.     Limited Reality, Inc.
  39.     PO Box 35673
  40.     Fayetteville, NC  28303-0673
  41.  
  42.